home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / pcboard / numess1.zip / NUMESS.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-04-08  |  1KB  |  77 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.1O (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     GetUser
  24.     STRING001 = U_Name()
  25.     FCreate 1, PPEPath() + PPEName() + ".DAT", 1, 0
  26.     FPutLn 1, "             @X06┌───────────────────────────────────────────────────┐@X0F"
  27.     FPutLn 1, "             @X06│             @X0FNew Caller to the System!@X06             │@X0F"
  28.     FPutLn 1, "             @X06└───────────────────────────────────────────────────┘@X0F"
  29.     FPutLn 1, ""
  30.     FPutLn 1, "@X0F@X0E                         UserName@X0A:@X0F " + STRING001
  31.     FPutLn 1, "@X0F@X0E                             From@X0A:@X0F " + U_City
  32.     FPutLn 1, "@X0F@X0E                       Alias Used@X0A:@X0F " + U_Alias
  33.     FClose 1
  34.     Message 0, "SYSOP", "New Caller PPE", "New Caller Arrived!", "R", 0, 0, 0, PPEPath() + PPEName() + ".DAT"
  35.     Delete PPEPath() + PPEName() + ".DAT"
  36.     End
  37.  
  38. ;------------------------------------------------------------------------------
  39. ;
  40. ; Usage report (before postprocessing)
  41. ;
  42. ; ■ Statements used :
  43. ;
  44. ;    1       End
  45. ;    1       Let 
  46. ;    1       FCreate 
  47. ;    1       FClose 
  48. ;    7       FPutLn 
  49. ;    1       GetUser
  50. ;    1       Delete 
  51. ;    1       Message 
  52. ;
  53. ;
  54. ; ■ Functions used :
  55. ;
  56. ;    9       +
  57. ;    1       U_Name()
  58. ;    3       PPEPath()
  59. ;    3       PPEName()
  60. ;
  61. ;------------------------------------------------------------------------------
  62. ;
  63. ; Analysis flags : No flag
  64. ;
  65. ;------------------------------------------------------------------------------
  66. ;
  67. ; Postprocessing report
  68. ;
  69. ;    0       For/Next
  70. ;    0       While/EndWhile
  71. ;    0       If/Then or If/Then/Else
  72. ;    0       Select Case
  73. ;
  74. ;------------------------------------------------------------------------------
  75. ;                 AEGiS Corp - Break the routines, code against the machines!
  76. ;------------------------------------------------------------------------------
  77.